home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 7571 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.2 KB

  1. Path: redstone.interpath.net!mercury!softbase
  2. From: softbase@mercury.interpath.net (Scott McMahan - Softbase Systems)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Borland C++ 4.52 novice question
  5. Date: 23 Feb 1996 22:54:46 GMT
  6. Organization: Interpath -- Providing Internet access to North Carolina
  7. Message-ID: <4glgjm$1eh@redstone.interpath.net>
  8. References: <4geoar$fit@newsbf02.news.aol.com>
  9. NNTP-Posting-Host: mercury.interpath.com
  10. X-Newsreader: TIN [version 1.2 PL2]
  11.  
  12. PFrank3465 (pfrank3465@aol.com) wrote:
  13. : I'm a novice programmer using Borland C++ 4.52.
  14. : Sometimes I get the error message "unable to open stdio.h file" or
  15. :  another header file.  It only happens sometimes and I haven't been
  16. :  able to pinpoint what is going on when I get the error.
  17.  
  18. I can get that error if I create an .ide file for a project at
  19. work (where BC++ is installed on my huge SCSI drive D:) and
  20. then copy the project to a diskette, take it home, and 
  21. load it -- where BC++ is on drive C:. The .ide file stores
  22. where the standard headers are! Really strange. I have to go
  23. in and change it in the options, and everything works. In
  24. this case, the errors are caused by not finding the header
  25. files.
  26.  
  27. Scott
  28.  
  29.